fix(publisher): surface runtime script diagnostics - #352
Merged
Conversation
DavidBabinec
force-pushed
the
fix/publish-runtime-diagnostics
branch
from
August 7, 2026 09:27
dc33b26 to
aa7f98f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Runtime script syntax errors were previously discovered only inside the final publish pipeline. The generic publish handler collapsed that compiler failure into an opaque 500 response, leaving users with no authored file or source location and no way to diagnose the blocker from the editor.
Impact
Authors now get IDE-style diagnostics before publishing, can reload and continue fixing the autosaved invalid draft, and cannot start a publish that the live compiler already knows will fail. The server still performs the same validation as a final safety net.
Verification
bun run lintbunx tsc -bbun test --timeout 30000 src/__tests__/server/siteRuntimeBuild.test.ts src/__tests__/server/publishRuntimeErrorResponse.test.ts src/__tests__/server/cmsPublish.test.ts src/__tests__/persistence/cmsRuntimeClient.test.ts src/__tests__/code-editor/codeMirrorEditor.test.tsx— 27 passedbun test src/__tests__/toolbar/toolbar.test.ts— 54 passedbun run buildGenerated E2E screenshots and the run log remain local under the repository's intentionally ignored
docs/e2e/runs/artifact path.